DomainObjects Class Library

Collection<ContainerClass,RelatedClass>.Add Method (RelatedClass)

Adds an item to the ICollection`1.

public void Add(
   Collection<ContainerClass,RelatedClass>.RelatedClass item
);

Parameters

item
The object to add to the ICollection`1.

Implements

ICollection<RelatedClass>.

Exceptions

Exception Type Condition
NotSupportedException The ICollection`1 is read-only.

See Also

Collection<ContainerClass,RelatedClass> Class | DomainObjects.Facade.Domain Namespace | Collection<ContainerClass,RelatedClass>.Add Overload List